home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 September (IDG) / Sep99.iso / Shareware World / Comms & Internet / LinkConverter 1.1.2 / Dialog Director v0.7 / Examples / Show Text Client.as < prev    next >
Encoding:
Text File  |  1998-01-04  |  186 b   |  5 lines  |  [TEXT/ToyS]

  1. tell application "Show Text"
  2.     dd set value of item 1 of dialog 1 to "First Text: " & (current date) as text
  3.     open [1, 3, 5]
  4.     ShowText("* Second Text: " & (current date) as text)
  5. end tell